home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 September / PSL Monthly Shareware CD-ROM (Public Software Library)(September 1993).bin / pastnews / find.bat < prev    next >
DOS Batch File  |  1993-08-02  |  350b  |  12 lines

  1. @echo off
  2. echo  
  3. echo To search past PsL News files for a program or other text, enter:
  4. echo   FGREP "(text to find)" *.TXT
  5. echo  
  6. echo For example, to look for astronomy programs, you would enter:
  7. echo   FGREP "astronomy" *.TXT
  8. echo  
  9. echo Or to look for shareware author Joe Smith, you would enter:
  10. echo   FGREP "Joe Smith" *.TXT
  11. echo  
  12.